@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*********************************************************/
/* フォトスライダー */
　
.photoslider {
  max-width: 320px;
  height: 230px;
  margin: 0 auto !important;
}

@media screen and (min-width: 768px) {
  　
.photoslider {
    width: 100%;
    max-width: 700px;
  }
}

　
.photoslider:not(:first-child) {
  margin-top: 2em;
}

.photoslider-main {
  width: 320px;
  height: 230px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .photoslider-main {
    width: 350px;
  }
}

.photoslider-main__item {
  position: relative;
  width: auto;
  height: 230px;
}

.photoslider-main__item img {
  height: 100% !important;
  margin: 0 auto !important;
}

.photoslider-main__caption {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  font-size: 1.1rem;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  .photoslider-main__caption {
    font-size: 1.4rem;
    padding: 15px 30px;
  }
}

.photoslider-main .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  background: #0B72CE;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

.photoslider-main .slick-arrow:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  content: '';
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  width: 15px;
  height: 15px;
  top: 50%;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .photoslider-main .slick-arrow:hover {
    opacity: .7;
  }
}

.photoslider-main .slick-arrow.slick-next {
  right: -15px;
}

.photoslider-main .slick-arrow.slick-next:before {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
  right: 14px;
}

.photoslider-main .slick-arrow.slick-prev {
  left: -15px;
}

.photoslider-main .slick-arrow.slick-prev:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  left: 14px;
}

.photoslider-nav {
  width: 320px;
  padding: 5px 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .photoslider-nav {
    width: 350px;
  }
}

.photoslider-nav .slick-list {
  margin: 0 -5px;
}

.photoslider-nav__item {
  padding: 5px;
  height: 90px !important;
  cursor: pointer;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .photoslider-nav__item:hover {
    opacity: .7;
  }
}

.photoslider-nav__item img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin: 0 auto !important;
}

.photoslider-nav .slick-arrow {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .photoslider-nav .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  width: 331px;
}

@media screen and (min-width: 768px) {
  .slick-track {
    width: 700px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans SC', SimHei, Helvetica, Arial, sans-serif;
  /*
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "STXihei", "Microsoft YaHei", "微软雅黑", 'SimSun', "Noto Sans Japanese", "Helvetica Neue", "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴシック Pro', 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", sans-serif;
  */
  /* 明朝フォント群
font-family: "Hiragino Mincho ProN",
  游明朝,
  "Yu Mincho",
  YuMincho,
  HGS明朝E,
  メイリオ,
  Meiryo,
  serif;
*/
  color: #333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  padding-top: 60px;
}

@media screen and (min-width: 1024px) {
  body {
    padding-top: 72px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

:focus {
  outline: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -10px;
}

@media screen and (min-width: 1024px) {
  .row {
    margin: 0 -15px -15px;
  }
}

.row__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  .row__item {
    padding: 15px;
  }
}

.row__item--mobile-1 {
  width: 8.33333%;
}

.row__item--mobile-2 {
  width: 16.66667%;
}

.row__item--mobile-3 {
  width: 25%;
}

.row__item--mobile-4 {
  width: 33.33333%;
}

.row__item--mobile-5 {
  width: 41.66667%;
}

.row__item--mobile-6 {
  width: 50%;
}

.row__item--mobile-7 {
  width: 58.33333%;
}

.row__item--mobile-8 {
  width: 66.66667%;
}

.row__item--mobile-9 {
  width: 75%;
}

.row__item--mobile-10 {
  width: 83.33333%;
}

.row__item--mobile-11 {
  width: 91.66667%;
}

.row__item--mobile-12 {
  width: 100%;
}

.row__item--mobile-fifth {
  width: 20%;
}

@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}

.row__item--not-flex {
  display: block;
}

.row__item-cover {
  width: 100%;
  height: auto;
}

.row__item-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.row--mini {
  margin: -5px;
}

@media screen and (min-width: 768px) {
  .row--mini {
    margin: -10px;
  }
}

.row--mini .row__item {
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .row--mini .row__item {
    padding: 10px;
  }
}

.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row--sg-pg {
  margin: 1rem 0;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-tablet {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hidden-desktop {
    display: none;
  }
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

@media screen and (min-width: 768px) {
  .alignnone {
    margin: 0;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
  max-width: 1200px;
}

@media screen and (min-width: 1024px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}

.loader__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  background: url(../images/ito.png) no-repeat center center;
  background-size: contain;
  margin-left: -40px;
  margin-top: -40px;
  text-indent: -9999em;
  -webkit-animation: load 1s infinite alternate ease-in-out;
          animation: load 1s infinite alternate ease-in-out;
}

@media screen and (min-width: 768px) {
  .loader__icon {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.lang {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang__item {
  padding: 10px;
}

.lang__btn {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  color: #00a3ff;
  line-height: 2rem;
  padding: 5px 10px;
  border-radius: 50px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  border: 1px solid transparent;
}

@media screen and (max-width: 767px) {
  .lang__btn {
    font-size: 1.7rem;
    padding: 5px 15px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lang__btn {
    font-size: 2.2rem;
    padding: 10px 20px;
    margin-top: 40px;
  }
}

.lang__btn:hover {
  background-color: #def3ff;
}

.lang__btn--active {
  border-color: #00a3ff;
}

.lang--white .lang__btn {
  color: #fff;
}

.lang--white .lang__btn--active {
  border-color: #fff;
}

.menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn:after {
  content: "MENU";
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #27bcff;
  text-align: center;
  letter-spacing: .1em;
}

.menu-btn__line {
  position: absolute;
  left: 30%;
  top: 40%;
  display: block;
  width: 40%;
  height: 3px;
  margin-top: -1px;
  background: #27bcff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.menu-btn--open:after {
  content: "CLOSE";
}

.menu-btn--open .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.menu-btn--open .menu-btn__line:nth-child(2) {
  opacity: 0;
}

.menu-btn--open .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  width: 100%;
  padding: 0 10px;
  z-index: 99;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  border-bottom: 1px solid #00a3ff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header__logo {
  display: block;
  width: 100px;
  height: 60px;
  -webkit-transition: inherit;
  transition: inherit;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .header__logo {
    width: 200px;
    height: 72px;
  }
}

.header__logo svg {
  width: 100%;
  height: 100%;
  fill: #0072ce;
}

@media screen and (min-width: 1024px) {
  .header--sticky .header__logo {
    float: left;
    width: 100px;
    height: 36px;
    margin: 0;
    margin-top: 5px;
  }
}

.header__contact {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__contact {
    position: absolute;
    top: 50%;
    right: 240px;
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    color: #7c7c7c;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: inherit;
    transition: inherit;
  }
}

.header__contact:before {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  line-height: 1;
}

.header__contact:hover {
  color: #00a3ff;
}

.header--sticky .header__contact {
  right: 20px;
}

.header__contact-text {
  margin-left: 10px;
}

.header--sticky .header__contact-text {
  display: none;
}

.header__lang {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header__lang {
    position: absolute;
    top: 50%;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 1024px) {
  .header--sticky .header__lang {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .header--sticky {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .nav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.98), rgba(188, 230, 255, 0.98));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
}

@media screen and (min-width: 1024px) {
  .nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient(30deg, rgba(39, 188, 255, 0.9), rgba(0, 157, 255, 0.9));
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 999;
  }
}

.nav__contact {
  font-size: 1.7rem;
  font-weight: bold;
  color: #00a3ff;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .nav__contact {
    font-size: 2.2rem;
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .nav__contact {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .nav__lang {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .nav--sticky {
    float: right;
    position: relative;
    width: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 1023px) {
  .nav--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.nav-list {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .nav--sticky .nav-list {
    display: block;
  }
}

.nav-list__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
}

@media screen and (min-width: 1024px) {
  .nav--sticky .nav-list__item {
    float: left;
  }
}

.nav-list__btn {
  position: relative;
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 1.7rem;
  font-weight: bold;
  color: #009dff;
  padding: 10px;
  /*
    &:hover {
      color: $color_font_blue;
      &:before {
        opacity: 1;
      }
    }
    */
}

@media screen and (min-width: 768px) {
  .nav-list__btn {
    font-size: 2.2rem;
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-list__btn {
    font-size: 1.8rem;
    color: #fff;
    padding: 20px 10px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 1;
  }
}

@media screen and (min-width: 1024px) {
  .nav-list__btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    z-index: -1;
    -webkit-transition: inherit;
    transition: inherit;
  }
}

@media screen and (min-width: 1024px) {
  .nav--sticky .nav-list__btn:before {
    background-image: linear-gradient(30deg, rgba(39, 188, 255, 0.9), rgba(0, 157, 255, 0.9));
  }
}

.nav-list__item:hover .nav-list__btn {
  color: #009dff;
}

.nav-list__item:hover .nav-list__btn:before {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .nav--sticky .nav-list__btn {
    font-size: 1.6rem;
    padding: 10px 20px;
    color: #009dff;
    background: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .nav--sticky .nav-list__btn:hover {
    color: #fff;
  }
}

.nav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  z-index: 0;
}

.nav-list__item:hover .nav-list__child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.child-list {
  list-style: none;
  font-size: 1.7rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(219, 242, 255, 0.95)));
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(219, 242, 255, 0.95));
  background: rgba(0, 157, 255, 0.95);
}

@media screen and (max-width: 1023px) {
  .child-list {
    display: none;
  }
}

.child-list__item {
  border-top: 1px solid #00a3ff;
  border-top: 1px solid #97d9ff;
}

.child-list__btn {
  position: relative;
  display: block;
  color: #009dff;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 1;
  /*
    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(30deg,
      rgba( $color_theme_blue, .9),
      rgba( $color_theme_blue_dark, .9));
      opacity: 0;
      z-index: -1;
      transition: inherit;
    }
    */
}

.child-list__btn:hover {
  /*
      color: $color_theme_white;
      &:before {
        opacity: 1;
      }
      */
  background: rgba(255, 255, 255, 0.18);
}

@media screen and (min-width: 1024px) {
  .nav--sticky .child-list {
    display: none;
  }
}

.main {
  position: relative;
  padding: 10px 10px 40px 10px;
  background-image: url(../images/bg_base_right.png), url(../images/bg_base_left.png), repeating-linear-gradient(#fff, #cceaff 700px, #fff 1400px);
  background-position: right top, left top, center top;
  background-repeat: repeat-y, repeat-y, repeat-y;
  background-size: 300px, 300px, 100%;
}

@media screen and (min-width: 768px) {
  .main {
    padding: 0 20px 50px 20px;
    background-size: 600px, 600px, 100%;
  }
}

@media screen and (min-width: 1024px) {
  .main {
    padding: 70px;
    background-size: 900px, 900px, 100%;
  }
}

.main--top {
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1024px) {
  .main--top {
    padding-top: 0px;
  }
}

.section__title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #00a3ff;
  text-align: center;
  letter-spacing: .05em;
  padding-top: 25px;
  padding-bottom: 5px;
  /*
    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 2px;
      height: 74px;
      background: linear-gradient( $color_theme_blue_dark,
      $color_theme_blue 25%,
      transparent);
      margin-left: -1px;
    }
    */
}

@media screen and (min-width: 768px) {
  .section__title {
    font-size: 2.3rem;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .section__title {
    padding-top: 60px;
    padding-bottom: 15px;
  }
}

/**
 * ボタン
 */
.btn,
.icon-btn,
.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 85px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .03em;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .btn,
  .icon-btn,
  .more {
    font-size: 1.8rem;
  }
}

.btn,
.icon-btn {
  position: relative;
  color: #009dff;
  background: -webkit-gradient(linear, left top, right top, from(#27bcff), to(#009dff));
  background: linear-gradient(90deg, #27bcff, #009dff);
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  z-index: 0;
  line-height: 28px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.btn--mwform,
.icon-btn--mwform {
  color: #fff;
}

.btn:before,
.icon-btn:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #fff;
  z-index: -1;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: 1;
}

.btn:hover,
.icon-btn:hover {
  color: #fff;
}

.btn:hover:before,
.icon-btn:hover:before {
  opacity: 0;
}

.btn--reverse,
.icon-btn--reverse {
  color: #fff;
}

.btn--reverse:before,
.icon-btn--reverse:before {
  opacity: 0;
}

.btn--reverse:hover,
.icon-btn--reverse:hover {
  color: #009dff;
}

.btn--reverse:hover:before,
.icon-btn--reverse:hover:before {
  opacity: 1;
}

.btn--small,
.icon-btn--small {
  height: auto;
  padding: 10px;
}

.btn--active,
.icon-btn--active {
  color: #fff;
}

.btn--active:before,
.icon-btn--active:before {
  opacity: 0;
}

.btn__inner,
.icon-btn__inner {
  font-weight: bold;
  font-size: 1.7rem;
}

@media screen and (min-width: 1024px) {
  .btn__inner,
  .icon-btn__inner {
    font-size: 1.8rem;
  }
}

.btn--white,
.icon-btn--white {
  color: #009dff;
}

.btn--white .btn, .btn--white .icon-btn:before,
.icon-btn--white .btn,
.icon-btn--white .icon-btn:before {
  background: #fff;
}

.btn--white:hover,
.icon-btn--white:hover {
  color: #fff;
}

.btn--white:hover .btn, .btn--white:hover .icon-btn:before,
.icon-btn--white:hover .btn,
.icon-btn--white:hover .icon-btn:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#27bcff), to(#009dff));
  background: linear-gradient(#27bcff, #009dff);
  opacity: 1;
}

.btn--active,
.icon-btn--active {
  color: #fff;
}

.btn--active .btn, .btn--active .icon-btn:before,
.icon-btn--active .btn,
.icon-btn--active .icon-btn:before {
  opacity: 0;
}

.icon-btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.icon-btn:after {
  position: relative;
  font-family: "icomoon";
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .icon-btn:after {
    margin-right: 2rem;
  }
}

.icon-btn--mail:after {
  content: "\e902";
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .icon-btn--mail:after {
    font-size: 3.5rem;
  }
}

.icon-btn--tel:after {
  content: "\e903";
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .icon-btn--tel:after {
    font-size: 4rem;
  }
}

.icon-btn--qa:after {
  content: "\e904";
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .icon-btn--qa:after {
    font-size: 4.5rem;
  }
}

.more__btn {
  border: 1px solid #00a3ff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.more__btn:hover {
  border-radius: 30px;
}

.more__inner {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  color: #00a3ff;
  padding: 12px 60px;
}

.jumper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #333;
  text-align: center;
  letter-spacing: .03em;
  background: #fff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.jumper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #009dff;
}

.jumper:hover {
  color: #00a3ff;
}

/**
 * 各事業専用サイト
 */
.satellite-card {
  position: relative;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /*
  &:after {
    @include min_desktop {
      background: rgba($color_theme_blue_dark, .4);
    }
  }
  */
}

@media screen and (max-width: 1023px) {
  .satellite-card {
    height: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .satellite-card:before, .satellite-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: no-repeat center center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 0;
  }
}

@media screen and (min-width: 1024px) {
  .satellite-card:hover:before, .satellite-card:hover:after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.satellite-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 75px;
  color: #fff;
  background: rgba(0, 157, 255, 0.8);
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .satellite-card__title {
    height: 80px;
    line-height: 1.6;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .satellite-card__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
}

.satellite-card__title-ja {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: .03em;
}

@media screen and (min-width: 1024px) {
  .satellite-card__title-ja {
    font-size: 2rem;
  }
}

.satellite-card__title-en {
  font-size: 1.4rem;
  font-weight: normal;
  color: #f5f5f5;
  letter-spacing: .03em;
}

@media screen and (min-width: 1024px) {
  .satellite-card__title-en {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .satellite-card:hover .satellite-card__title {
    opacity: 0;
  }
}

.satellite-card__menu {
  position: relative;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .satellite-card__menu {
    display: none;
  }
}

.satellite-card:hover .satellite-card__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.satellite-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .satellite-card__link {
    display: none;
  }
}

.satellite-card--industrial {
  background-image: url(../images/industrial.png);
}

.satellite-card--industrial:before {
  background-image: url(../images/industrial_blur.png);
}

.satellite-card--home {
  background-image: url(../images/home.png);
}

.satellite-card--home:before {
  background-image: url(../images/home_blur.png);
}

.satellite-card--surface {
  background-image: url(../images/_MG_8970.jpg);
}

.satellite-card--surface:before {
  background-image: url(../images/_MG_8970_blur.jpg);
}

.satellite-card--automation {
  background-image: url(../images/automation01.png);
}

.satellite-card--automation:before {
  background-image: url(../images/automation01_blur.png);
}

.satellite-card--entrusted {
  background-image: url(../images/entrusted.png);
}

.satellite-card--entrusted:before {
  background-image: url(../images/entrusted_blur.png);
}

.satellite-card--sleep {
  background-image: url(../images/sleep.png);
}

.satellite-card--sleep:before {
  background-image: url(../images/sleep_blur.png);
}

.satellite-card--data {
  background-image: url(../images/data.png);
}

.satellite-card--data:before {
  background-image: url(../images/data_blur.png);
}

.satellite-menu {
  list-style: none;
  width: 100%;
  background: rgba(0, 157, 255, 0.8);
}

.satellite-menu__item:not(:first-child) {
  border-top: 1px solid #97d9ff;
}

.satellite-menu__btn {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  line-height: 2.4rem;
  padding: 2.2rem 1rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.satellite-menu__btn--top {
  color: #009dff;
  background: rgba(255, 255, 255, 0.95);
}

.satellite-menu__btn--sub:hover {
  background: rgba(255, 255, 255, 0.18);
}

/**
 * 各事業専用サイト（ライトサイズ）
 */
.satellite-lite-card {
  position: relative;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /*
  &:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient( 45deg, rgba( $color_theme_blue, .46), rgba( $color_theme_blue, .13));
    z-index: 1;
  }
  */
}

.satellite-lite-card__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00a3ff;
  line-height: 25px;
  letter-spacing: .03em;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .satellite-lite-card__name {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
}

.satellite-lite-card:hover .satellite-lite-card__name {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background: rgba(0, 157, 255, 0.7);
}

/**
 * 商品詳細
 */
.product-card {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.product-card__thumbnail {
  -webkit-transition: inherit;
  transition: inherit;
}

.product-card:hover .product-card__thumbnail {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}

.product-card__title {
  /*
    position: relative;
    color: $color_font_blue;
    background: $color_theme_blue_ultralight;
    border-top: 1px solid $color_font_blue;
    border-bottom: 1px solid $color_font_blue;
    text-align-last: center;
    padding: 0 5px;
    z-index: 2;
        */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(0, 163, 255, 0.7);
  padding: 15px 0;
  z-index: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

.product-card__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #009dff), to(#66BEF0));
  background-image: linear-gradient(-90deg, #009dff 50%, #66BEF0);
  opacity: 0;
  z-index: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.product-card:hover .product-card__title:before {
  opacity: 1;
}

.product-card__title-ja {
  position: relative;
  z-index: 2;
}

.new-product-card {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.new-product-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}

.new-product-card__image {
  position: relative;
}

.new-product-card__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 157, 255, 0.3)), to(rgba(0, 157, 255, 0.05)));
  background-image: linear-gradient(-90deg, rgba(0, 157, 255, 0.3), rgba(0, 157, 255, 0.05));
  opacity: 0;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.new-product-card:hover .new-product-card__image:after {
  opacity: 1;
}

.new-product-card__body {
  background-image: -webkit-gradient(linear, left top, right top, from(#66BEF0), color-stop(50%, #009dff));
  background-image: linear-gradient(90deg, #66BEF0, #009dff 50%);
  background-size: 200%;
  background-position: 0 0;
  padding: 20px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  z-index: 1;
}

.new-product-card:hover .new-product-card__body {
  background-position: 100% 0;
}

.new-product-card__title {
  height: 56px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .new-product-card__title {
    height: 84px;
  }
}

.new-product-card__name {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: .03em;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px 10px;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

/**
 * ラインナップ
 */
.lineup-card {
  position: relative;
  display: block;
  width: 100%;
  color: #00a3ff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.lineup-card__image {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}

.lineup-card__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 157, 255, 0.3)), to(rgba(0, 157, 255, 0.05)));
  background-image: linear-gradient(-90deg, rgba(0, 157, 255, 0.3), rgba(0, 157, 255, 0.05));
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.lineup-card:hover .lineup-card__image:after {
  opacity: 1;
}

.lineup-card__title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
  -webkit-transition: inherit;
  transition: inherit;
  line-height: 1.6;
}

.lineup-card:hover .lineup-card__title {
  opacity: .7;
}

/**
 * トピック
 */
.topic-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  letter-spacing: .01em;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .topic-card {
    padding: 30px;
  }
}

.topic-card:before, .topic-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.topic-card:before {
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}

.topic-card:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 157, 255, 0.5)), to(rgba(0, 157, 255, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(rgba(0, 157, 255, 0.5), rgba(0, 157, 255, 0.5)), linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.topic-card:hover:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.topic-card__title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.topic-card__description {
  display: block;
  font-size: 1.5rem;
  margin: .5rem 0;
  line-height: 1.5;
}

.topic-card--museum:before {
  background-image: url(../images/_MG_8970_blur.jpg);
}

.topic-card--magagine:before {
  background-image: url(../images/75b28e82_blur.jpg);
}

.topic-card--80th:before {
  background-image: url(../images/80th_blur.png);
}

.topic-card__inner:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 0;
  border: 1px solid #97d9ff;
  border-radius: 5px;
  -webkit-transition: inherit;
  transition: inherit;
}

/**
 * ニュース
 */
.headline {
  margin: 10px 0 20px;
}

.headline__item:not(:first-child) {
  margin-top: 10px;
}

.headline--pickup {
  margin: 20px 0;
}

.headline + .row {
  margin-top: 5rem;
}

.headline-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .headline-card {
    padding: 15px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .headline-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 15px 85px 15px 30px;
  }
}

.headline-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #27bcff;
}

.headline-card:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.headline-card__time {
  font-size: 1.7rem;
  color: #00a3ff;
  letter-spacing: .05em;
}

.headline-card__label {
  width: 120px;
  font-size: 1.45rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 157, 255, 0.9)), to(rgba(0, 101, 157, 0.9)));
  background: linear-gradient(90deg, rgba(0, 157, 255, 0.9), rgba(0, 101, 157, 0.9));
}

@media screen and (min-width: 1024px) {
  .headline-card__label {
    margin: 0 20px;
  }
}

.headline-card__label--news {
  background: #e49300;
}

.headline-card__label--ir {
  background: #2a00dc;
}

.headline-card__label--products {
  background: #0089ff;
}

.headline-card__label--csr {
  background: #00a51f;
}

.headline-card__label--campaign {
  background: #751eb5;
}

.headline-card__label--exhibition {
  background: #e4338c;
}

.headline-card__label--important {
  background: #d02626;
}

.headline-card__label--report {
  background: #00b9b9;
}

.headline-card__label--products-home {
  background: #E4338C;
}

.headline-card__label--products-industrial {
  background: #00A3FF;
}

.headline-card__label--smt-system {
  background: #007FD5;
}

.headline-card__label--auto-warehouse {
  background: #83B200;
}

.headline-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 5px;
}

@media screen and (min-width: 1024px) {
  .headline-card__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.7rem;
    margin-top: 0;
  }
}

.headline-card:hover .headline-card__title {
  color: #00a3ff;
}

.headline-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline-card__more:before, .headline-card__more:after {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.headline-card:hover .headline-card__more:before, .headline-card:hover .headline-card__more:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.headline-card__more:before {
  content: "more";
  font-family: helvetica, arial, sans-serif;
  font-size: 1.4rem;
  color: #7c7c7c;
  margin-right: 1em;
}

.headline-card:hover .headline-card__more:before {
  color: #00a3ff;
}

.headline-card__more:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #27bcff;
}

@media screen and (max-width: 1023px) {
  .headline-card__more:before, .headline-card__more:after {
    display: none;
  }
}

.media-list--flow {
  counter-reset: number;
}

.media-card {
  width: 100%;
  padding: 10px;
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .media-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.media-card__image, .media-card__body {
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  .media-card__image, .media-card__body {
    width: 50%;
  }
}

.media-card__tag {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  color: #00a3ff;
  border: 1px solid #00a3ff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.media-card__label {
  display: block;
  padding: 5px 10px;
  background-color: #007fd5;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .media-card__noimg {
    width: 100%;
  }
}

.media-list--gray .media-card {
  background: #f5f5f5;
}

/*  20180314 追記  */
.flow-card {
  display: block;
  width: 100%;
  background: #fff;
}

.flow-card__h4 {
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 1.8rem;
  color: #00a3ff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #d9f1ff), to(rgba(151, 217, 255, 0.12)));
  background-image: linear-gradient(90deg, #d9f1ff 70%, rgba(151, 217, 255, 0.12));
  margin: 20px 0;
  padding: 10px;
  padding-left: 90px;
  vertical-align: middle;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .flow-card__h4 {
    font-size: 2rem;
  }
}

.flow-card__h4::before {
  counter-increment: number;
  content: "步骤" counter(number);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
  font-family: helvetica, arial, sans-serif;
  font-size: 19px;
  color: #fff;
  background: #00a3ff;
  text-align: center;
  padding: 0 10px;
}

.flow-card__image {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

@media screen and (min-width: 768px) {
  .gallery {
    margin: -20px;
  }
}

.gallery-item {
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .gallery-item {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}

.gallery-item img {
  max-width: 100%;
  height: auto;
}

.gallery-caption {
  font-size: 1.8rem;
  font-weight: 500;
  color: #00a3ff;
  line-height: 2.8rem;
  text-align: center;
  border-top: 1px solid #00a3ff;
  border-bottom: 1px solid #00a3ff;
  background: #def3ff;
  padding: 5px;
}

.gallery-item-cover {
  width: 100%;
}

.img-box {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.post-type-page,
.post-type-topics {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 2;
  /*********************/
  /*  マージン調整の特別対応（キャプション部分）  */
  /*********************/
}

.post-type-page a:not([class]),
.post-type-topics a:not([class]) {
  color: #009dff;
  text-decoration: underline;
  word-break: break-all;
}

.post-type-page a[href*=".pdf"]:after,
.post-type-topics a[href*=".pdf"]:after {
  content: "\e901";
  display: inline-block;
  font-family: "icomoon";
  font-size: 2.8rem;
  line-height: 1;
  text-decoration: none;
  margin-left: 1rem;
}

@media screen and (min-width: 1024px) {
  .post-type-page p,
  .post-type-topics p {
    line-height: 30px;
    letter-spacing: .02em;
  }
}

.post-type-page p:not(:first-child),
.post-type-topics p:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 1024px) {
  .post-type-page p.columns-2,
  .post-type-topics p.columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
            column-gap: 2em;
  }
}

.post-type-page b,
.post-type-page strong,
.post-type-topics b,
.post-type-topics strong {
  font-weight: bold;
}

.post-type-page strong,
.post-type-topics strong {
  color: #0082e4;
}

.post-type-page .h2,
.post-type-topics .h2 {
  counter-reset: order;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .03rem;
  line-height: 1.3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #0085D8), to(rgba(0, 133, 216, 0.12)));
  background-image: linear-gradient(90deg, #0085D8 70%, rgba(0, 133, 216, 0.12));
  padding: .5rem 1rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .post-type-page .h2,
  .post-type-topics .h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .post-type-page .h2,
  .post-type-topics .h2 {
    font-size: 2.3rem;
    line-height: 28px;
    padding: .5rem 2rem;
    margin-bottom: 3rem;
  }
}

.post-type-page .h2:not(:first-child),
.post-type-topics .h2:not(:first-child) {
  margin-top: 4rem;
}

@media screen and (min-width: 1024px) {
  .post-type-page .h2:not(:first-child),
  .post-type-topics .h2:not(:first-child) {
    margin-top: 8rem;
  }
}

.post-type-page .article__title + .h2,
.post-type-topics .article__title + .h2 {
  margin-top: 2rem;
}

.post-type-page .h3,
.post-type-topics .h3 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #00a3ff;
  letter-spacing: .05em;
  line-height: 30px;
  border-bottom: 1px solid #00a3ff;
  margin-bottom: 2rem;
}

.post-type-page .h3:not(:first-child),
.post-type-topics .h3:not(:first-child) {
  margin-top: 4rem;
}

.post-type-page .h4,
.post-type-topics .h4 {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00a3ff;
  letter-spacing: .05em;
  line-height: 30px;
  padding: 2px 20px;
  background: #fff;
  margin-bottom: 2rem;
}

.post-type-page .h4:before,
.post-type-topics .h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #27bcff;
}

.post-type-page .h4:not(:first-child),
.post-type-topics .h4:not(:first-child) {
  margin-top: 4rem;
}

.post-type-page .article__title + .h4,
.post-type-topics .article__title + .h4 {
  margin-top: 0;
}

.post-type-page .h4-2,
.post-type-topics .h4-2 {
  position: relative;
  font-size: 1.9rem;
  font-weight: bold;
  color: #00a3ff;
  letter-spacing: .05em;
  line-height: 3rem;
  padding: 3px 28px;
  margin-bottom: 3rem;
}

.post-type-page .h4-2:before,
.post-type-topics .h4-2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background: #27bcff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.post-type-page .h4-2:not(:first-child),
.post-type-topics .h4-2:not(:first-child) {
  margin-top: 5rem;
}

.post-type-page .order,
.post-type-topics .order {
  position: relative;
  padding-left: 36px;
}

.post-type-page .order:before,
.post-type-topics .order:before {
  counter-increment: order;
  content: counter(order);
  position: absolute;
  top: .1em;
  left: 0;
  display: block;
  width: 1.3em;
  height: 1.3em;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  background: #009dff;
  border-radius: 50%;
}

.post-type-page .ul,
.post-type-topics .ul {
  list-style: none;
}

.post-type-page .ul:not(:first-child),
.post-type-topics .ul:not(:first-child) {
  margin-top: 1em;
}

.post-type-page .ul > li,
.post-type-topics .ul > li {
  position: relative;
  padding-left: 1em;
  margin-top: 5px;
}

.post-type-page .ul > li:before,
.post-type-topics .ul > li:before {
  content: "";
  position: absolute;
  top: .75em;
  left: .25em;
  display: block;
  width: .35em;
  height: .35em;
  background: #009dff;
  border-radius: 50%;
}

.post-type-page .ul--input > li:before,
.post-type-topics .ul--input > li:before {
  background: #83B200;
}

.post-type-page .ul--output > li:before,
.post-type-topics .ul--output > li:before {
  background: #D8891D;
}

.post-type-page .ol,
.post-type-topics .ol {
  list-style: none;
  counter-reset: number;
}

.post-type-page .ol:not(:first-child),
.post-type-topics .ol:not(:first-child) {
  margin-top: 1em;
}

.post-type-page .ol > li,
.post-type-topics .ol > li {
  position: relative;
  padding-left: 2em;
  margin-top: 5px;
}

.post-type-page .ol > li:before,
.post-type-topics .ol > li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: .1em;
  left: 0;
  display: block;
  width: 1.3em;
  height: 1.3em;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
  background: #009dff;
  border-radius: 50%;
}

.post-type-page .table-responsive,
.post-type-topics .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.post-type-page .table-responsive:not(:first-child),
.post-type-topics .table-responsive:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .post-type-page .table-responsive .table,
  .post-type-topics .table-responsive .table {
    width: auto;
  }
}

.post-type-page .table,
.post-type-topics .table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #6397b5;
  border-left: 1px solid #6397b5;
}

.post-type-page .table:not(:first-child),
.post-type-topics .table:not(:first-child) {
  margin-top: 1em;
}

.post-type-page .table__item,
.post-type-topics .table__item {
  width: 100%;
}

.post-type-page .table__item--1,
.post-type-topics .table__item--1 {
  width: 8.33333%;
}

.post-type-page .table__item--2,
.post-type-topics .table__item--2 {
  width: 16.66667%;
}

.post-type-page .table__item--3,
.post-type-topics .table__item--3 {
  width: 25%;
}

.post-type-page .table__item--4,
.post-type-topics .table__item--4 {
  width: 33.33333%;
}

.post-type-page .table__item--5,
.post-type-topics .table__item--5 {
  width: 41.66667%;
}

.post-type-page .table__item--6,
.post-type-topics .table__item--6 {
  width: 50%;
}

.post-type-page .table__item--7,
.post-type-topics .table__item--7 {
  width: 58.33333%;
}

.post-type-page .table__item--8,
.post-type-topics .table__item--8 {
  width: 66.66667%;
}

.post-type-page .table__item--9,
.post-type-topics .table__item--9 {
  width: 75%;
}

.post-type-page .table__item--10,
.post-type-topics .table__item--10 {
  width: 83.33333%;
}

.post-type-page .table__item--11,
.post-type-topics .table__item--11 {
  width: 91.66667%;
}

.post-type-page .table__item--12,
.post-type-topics .table__item--12 {
  width: 100%;
}

.post-type-page .table__item--fifth,
.post-type-topics .table__item--fifth {
  width: 20%;
}

.post-type-page .table th,
.post-type-page .table td,
.post-type-page .table caption,
.post-type-topics .table th,
.post-type-topics .table td,
.post-type-topics .table caption {
  font-size: 1.6rem;
  padding: 6px 10px;
  border-right: 1px solid #6397b5;
  border-bottom: 1px solid #6397b5;
}

@media screen and (max-width: 767px) {
  .post-type-page .table th,
  .post-type-page .table td,
  .post-type-page .table caption,
  .post-type-topics .table th,
  .post-type-topics .table td,
  .post-type-topics .table caption {
    font-size: 1.4rem;
    padding: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .post-type-page .table th,
  .post-type-page .table td,
  .post-type-page .table caption,
  .post-type-topics .table th,
  .post-type-topics .table td,
  .post-type-topics .table caption {
    font-size: 1.7rem;
  }
}

.post-type-page .table th,
.post-type-topics .table th {
  width: 30%;
  background: #eaf7ff;
  text-align: center;
}

.post-type-page .table td,
.post-type-topics .table td {
  background: #fff;
  text-align: left;
}

.post-type-page .table caption,
.post-type-topics .table caption {
  font-weight: bold;
  background: #c1ebff;
  text-align: center;
  border-top: 1px solid #6397b5;
  border-left: 1px solid #6397b5;
  border-bottom: none;
}

.post-type-page .table .dark,
.post-type-topics .table .dark {
  background: #c1ebff;
}

.post-type-page .table .width20,
.post-type-topics .table .width20 {
  width: 35%;
}

@media screen and (min-width: 1024px) {
  .post-type-page .table .width20,
  .post-type-topics .table .width20 {
    width: 25%;
  }
}

.post-type-page .table--input,
.post-type-topics .table--input {
  border-color: #83B200;
}

.post-type-page .table--input th,
.post-type-page .table--input td,
.post-type-page .table--input caption,
.post-type-topics .table--input th,
.post-type-topics .table--input td,
.post-type-topics .table--input caption {
  border-color: #83B200;
  padding: 6px 10px;
}

.post-type-page .table--input th,
.post-type-topics .table--input th {
  text-align: left;
  background-color: #eff4e1;
}

.post-type-page .table--input caption,
.post-type-topics .table--input caption {
  color: #fff;
  background-color: #83B200;
}

.post-type-page .table--input td,
.post-type-topics .table--input td {
  padding: 6px 20px;
}

.post-type-page .table--output,
.post-type-topics .table--output {
  border-color: #D8891D;
}

.post-type-page .table--output th,
.post-type-page .table--output td,
.post-type-page .table--output caption,
.post-type-topics .table--output th,
.post-type-topics .table--output td,
.post-type-topics .table--output caption {
  border-color: #D8891D;
  padding: 6px 10px;
}

.post-type-page .table--output th,
.post-type-topics .table--output th {
  text-align: left;
  background-color: #f7efdf;
}

.post-type-page .table--output caption,
.post-type-topics .table--output caption {
  color: #fff;
  background-color: #D8891D;
}

.post-type-page .table--output td,
.post-type-topics .table--output td {
  padding: 6px 20px;
}

.post-type-page .table--center td,
.post-type-topics .table--center td {
  text-align: center;
}

.post-type-page .waku,
.post-type-topics .waku {
  width: 100%;
  background: #fff;
  padding: 10px;
}

.post-type-page .box,
.post-type-topics .box {
  position: relative;
  background: #fff;
  padding: 10px;
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .post-type-page .box,
  .post-type-topics .box {
    padding: 25px 30px;
  }
}

.post-type-page .box:before, .post-type-page .box:after,
.post-type-topics .box:before,
.post-type-topics .box:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #27bcff;
}

.post-type-page .box:before,
.post-type-topics .box:before {
  top: 0;
}

.post-type-page .box:after,
.post-type-topics .box:after {
  bottom: 0;
}

.post-type-page .flow,
.post-type-topics .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.post-type-page .flow:before, .post-type-page .flow:after,
.post-type-topics .flow:before,
.post-type-topics .flow:after {
  content: "\ea36";
  font-family: "icomoon";
  font-size: 3rem;
}

.post-type-page .flow__btn,
.post-type-topics .flow__btn {
  display: inline-block;
  color: #fff;
  background: #009dff;
  padding: 10px 50px;
}

.post-type-page .flow__btn--output,
.post-type-topics .flow__btn--output {
  background: #D8891D;
}

.post-type-page .flow--input:before,
.post-type-topics .flow--input:before {
  color: #83B200;
}

.post-type-page .flow--input:after,
.post-type-topics .flow--input:after {
  color: #D8891D;
}

.post-type-page .flow--output:before,
.post-type-topics .flow--output:before {
  color: #D8891D;
}

.post-type-page .flow--output:after,
.post-type-topics .flow--output:after {
  display: none;
}

.post-type-page .sitemap-list,
.post-type-topics .sitemap-list {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .post-type-page .sitemap-list,
  .post-type-topics .sitemap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.post-type-page .sitemap-list > li,
.post-type-topics .sitemap-list > li {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .post-type-page .sitemap-list > li,
  .post-type-topics .sitemap-list > li {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .post-type-page .sitemap-list > li,
  .post-type-topics .sitemap-list > li {
    width: 33.333333%;
  }
}

.post-type-page .sitemap-list > li > a,
.post-type-topics .sitemap-list > li > a {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #00a3ff;
  margin-bottom: 1rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.post-type-page .sitemap-list > li > a:hover,
.post-type-topics .sitemap-list > li > a:hover {
  opacity: .7;
}

.post-type-page .sitemap-children-list,
.post-type-topics .sitemap-children-list {
  list-style: none;
}

.post-type-page .sitemap-children-list > li > a,
.post-type-topics .sitemap-children-list > li > a {
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 157, 255, 0);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.post-type-page .sitemap-children-list > li > a:hover,
.post-type-topics .sitemap-children-list > li > a:hover {
  border-bottom: 1px solid rgba(0, 157, 255, 0.8);
}

.post-type-page .sitemap-children-list--depth2,
.post-type-topics .sitemap-children-list--depth2 {
  margin-left: 1em;
  font-size: 1.6rem;
}

.post-type-page .wp-caption-text,
.post-type-topics .wp-caption-text {
  line-height: 1.4;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

.gallery-item .wp-caption-text {
  line-height: 1.4;
  margin-top: 0;
}

.gallery-icon .aligncenter {
  margin-bottom: 0;
}

.thumbnail-box .aligncenter {
  margin: 5em auto 0;
}

.speech-img {
  max-width: 480px;
  max-height: 480px;
}

@media screen and (min-width: 1024px) {
  .speech-img {
    height: 480px;
  }
}

.speech-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.breadcrumb {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
}

.breadcrumb-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
}

.breadcrumb-list__link {
  color: inherit;
}

.breadcrumb-list__sep {
  margin: 0 1em;
}

.breadcrumb-list__sep:before {
  content: "-";
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 200px;
  background: url(../images/sub-catch.png) no-repeat left center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero {
    height: 260px;
  }
}

@media screen and (min-width: 1024px) {
  .hero {
    height: 330px;
  }
}

.hero__title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #00a3ff;
  padding: 0 30px;
  letter-spacing: .3rem;
}

@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .hero__title {
    font-size: 4.2rem;
  }
}

.hero__breadcrumb {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .hero__breadcrumb {
    margin-top: 30px;
  }
}

.article__title {
  font-size: 2rem;
  font-weight: bold;
  color: #27bcff;
  letter-spacing: .05rem;
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .article__title {
    font-size: 2.3rem;
    padding: 35px 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .article__title {
    font-size: 2.5rem;
    padding: 0 0 40px;
    letter-spacing: .1rem;
    line-height: 43px;
  }
}

.article--btn {
  margin-bottom: 3rem;
}

.aside__title {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: .03rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .aside__title {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 1024px) {
  .aside__title {
    font-size: 2.8rem;
    line-height: 4rem;
    margin-bottom: 30px;
  }
}

.aside--satellite {
  background: rgba(0, 157, 255, 0.9);
  padding: 30px 10px;
}

@media screen and (min-width: 768px) {
  .aside--satellite {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .aside--satellite {
    padding: 80px 10px;
  }
}

.aside--product {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 157, 255, 0.9)), to(rgba(0, 157, 255, 0.9))), url(../images/bg.jpg);
  background-image: linear-gradient(rgba(0, 157, 255, 0.9), rgba(0, 157, 255, 0.9)), url(../images/bg.jpg);
  background-attachment: fixed, fixed;
  padding: 30px 10px;
}

@media screen and (min-width: 768px) {
  .aside--product {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .aside--product {
    padding: 80px 10px;
  }
}

.footer {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url(../images/bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url(../images/bg.jpg);
  background-attachment: fixed, fixed;
  background-position: center center, center center;
  background-size: cover, cover;
}

.footer__number {
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .footer__number {
    display: none;
  }
}

.footer__number a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  color: inherit;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .footer__number:hover:after,
  .footer__number:hover a {
    opacity: .7;
  }
}

.footer__copyright {
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  text-align: center;
  padding: 10px;
}

.footer__sub-menu {
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .footer__sub-menu {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.footer__btn {
  display: block;
  width: 350px;
  text-align: center;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 767px) {
  .footer__btn {
    width: 90%;
  }
}

.footer__btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.footer__sub-link, .footer__btn-link {
  font-size: 14px;
  color: #fff;
  margin: 20px;
}

@media screen and (max-width: 767px) {
  .footer__sub-link, .footer__btn-link {
    display: block;
    margin: 5px;
  }
}

.footer__btn-link {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .footer__btn-link {
    font-size: 1.7rem;
  }
}

.footer-scroller {
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background: transparent;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
  .footer-scroller {
    height: 90px;
    bottom: 50px;
    right: 50px;
  }
}

.footer-scroller:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(30%) rotate(-45deg);
          transform: translateY(30%) rotate(-45deg);
  -webkit-transition: inherit;
  transition: inherit;
}

@media screen and (min-width: 1024px) {
  .footer-scroller:before {
    width: 45px;
    height: 45px;
  }
}

.footer-scroller--sticky {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.footer-nav {
  padding: 20px 10px;
}

@media screen and (min-width: 1024px) {
  .footer-nav {
    padding: 50px 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}

.fnav-list {
  list-style: none;
  display: block;
}

@media screen and (max-width: 1023px) {
  .fnav-list {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .fnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .fnav-list {
    display: none;
  }
}

.fnav-list__item {
  display: block;
}

@media screen and (max-width: 1023px) {
  .fnav-list__item {
    padding: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .fnav-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.fnav-list__link {
  font-size: 1.7rem;
  color: inherit;
  letter-spacing: .01em;
}

.fnav-list__link--linknone {
  pointer-events: none;
}

.fchild-list {
  list-style: none;
}

@media screen and (max-width: 1023px) {
  .fchild-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .fchild-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .fchild-list__item {
    padding: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .fchild-list__item {
    padding-bottom: 5px;
  }
}

.fchild-list__link {
  font-size: 1.4rem;
  color: inherit;
  letter-spacing: .01em;
}

@media screen and (min-width: 768px) {
  .fchild-list__link {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px) {
  .fchild-list__link {
    font-size: 1.4rem;
  }
}

.fnav-list__link,
.fchild-list__link,
.footer__sub-link {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fnav-list__link:hover,
.fchild-list__link:hover,
.footer__sub-link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.children-card {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.children-card__image {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}

.children-card__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 157, 255, 0.3)), to(rgba(0, 157, 255, 0.05)));
  background-image: linear-gradient(-90deg, rgba(0, 157, 255, 0.3), rgba(0, 157, 255, 0.05));
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.children-card:hover .children-card__image:after {
  opacity: 1;
}

.children-card__image-2column {
  height: 210px;
  background: #fff;
}

.children-card__image-2column img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: contain;
     object-position: contain;
  font-family: 'object-fit: cover; object-position: contain;';
}

.children-card__title {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #00a3ff;
  padding-top: 10px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.children-card__description {
  display: block;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.75;
}

.children-card:hover .children-card__title {
  color: #6dc9ff;
}

.content-card {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.content-card__thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.content-card__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 162px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}

@media screen and (min-width: 768px) {
  .content-card__image {
    height: 210px;
  }
}

.content-card__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 157, 255, 0.3)), to(rgba(0, 157, 255, 0.05)));
  background-image: linear-gradient(-90deg, rgba(0, 157, 255, 0.3), rgba(0, 157, 255, 0.05));
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.content-card:hover .content-card__image:after {
  opacity: 1;
}

.content-card__image-2column {
  height: 210px;
}

.content-card__image-2column img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}

.content-card__title {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  color: #00a3ff;
  padding-top: 10px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.content-card__description {
  display: block;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.75;
}

.content-card:hover .content-card__title {
  color: #6dc9ff;
}

.director-card {
  width: 100%;
}

.director-card__name {
  color: #00a3ff;
  background: #def3ff;
  border-top: 1px solid #00a3ff;
  border-bottom: 1px solid #00a3ff;
  text-align-last: center;
  padding: 0 5px;
}

.director-card__description {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px 0;
}

.pager-list,
.single-pager-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .pager-list,
  .single-pager-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pager-list__item,
.single-pager-list__item {
  padding: .5rem;
}

@media screen and (min-width: 768px) {
  .pager-list__item,
  .single-pager-list__item {
    padding: .5rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pager-list__item--number,
  .single-pager-list__item--number {
    display: none;
  }
}

.pager-list__link,
.single-pager-list__link {
  display: block;
  min-width: 37px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #00a3ff;
  text-align: center;
  line-height: 35px;
  background: #fff;
  border: 1px solid #00a3ff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .pager-list__link,
  .single-pager-list__link {
    min-width: 46px;
    line-height: 46px;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .pager-list__link--prev, .pager-list__link--next, .pager-list__link--back,
  .single-pager-list__link--prev,
  .single-pager-list__link--next,
  .single-pager-list__link--back {
    margin: 0 .4rem;
  }
}

.pager-list__link:hover,
.single-pager-list__link:hover {
  color: #00a3ff;
  background-color: #def3ff;
}

.pager-list__link--active,
.single-pager-list__link--active {
  color: #fff;
  background-color: #00a3ff;
}

.single-pager-list {
  padding: 0;
}

.single-pager-list__link {
  font-size: 1.5rem;
  padding: .5rem 1rem;
}

@media screen and (min-width: 768px) {
  .single-pager-list__link {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .single-pager-list__link {
    margin-top: 6rem;
  }
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}

.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.slider {
  position: relative;
  display: block;
  width: 100%;
  height: 330px;
  background-image: url(../images/hero.png);
  background-size: cover;
  background-position: center center;
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  .slider {
    height: 522px;
    padding-top: 72px;
  }
}

.slide {
  position: relative;
  z-index: 1;
}

.slide__item {
  position: relative;
  display: block;
  width: 100% !important;
  height: 330px;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1024px) {
  .slide__item {
    height: 450px;
  }
}

.slide__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  overflow: hidden;
}

.slide__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .slide .slick-dots {
    bottom: 25px;
  }
}

.slide li {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #00a3ff;
  background-color: #def3ff;
  background-color: #fff;
  margin: 0 5px;
}

@media screen and (min-width: 768px) {
  .slide li {
    width: 12px;
    height: 12px;
  }
}

.slide li.slick-active {
  border: 1px solid #00a3ff;
  background-color: #00a3ff;
}

.slide .slick-prev,
.slide .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-top: 2px solid rgba(0, 163, 255, 0.8);
  border-right: 2px solid rgba(0, 163, 255, 0.8);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 768px) {
  .slide .slick-prev,
  .slide .slick-next {
    width: 40px;
    height: 40px;
  }
}

.slide .slick-prev {
  left: 20px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media screen and (min-width: 768px) {
  .slide .slick-prev {
    left: 40px;
  }
}

.slide .slick-next {
  right: 20px;
}

@media screen and (min-width: 768px) {
  .slide .slick-next {
    right: 40px;
  }
}

/*********************************************************/
/* 投稿タイプスライダー */
/*********************************************************/
.post-slider .slick-list {
  max-width: calc(350px * 3 + 1rem * 6);
  margin: 0 auto;
}

.post-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  height: 180px;
  height: 300px;
  background-color: #fff;
  overflow: hidden;
  margin: 1rem;
}

.post-slider__item img {
  width: auto;
  max-width: none;
  height: 100%;
  margin: 0 auto;
}

.post-slider .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  background: #0B72CE;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

.post-slider .slick-arrow:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  content: '';
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  width: 15px;
  height: 15px;
  top: 50%;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .post-slider .slick-arrow:hover {
    opacity: .7;
  }
}

.post-slider .slick-arrow.slick-next {
  right: 0;
}

.post-slider .slick-arrow.slick-next:before {
  -webkit-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
  right: 14px;
}

.post-slider .slick-arrow.slick-prev {
  left: 0;
}

.post-slider .slick-arrow.slick-prev:before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  left: 14px;
}

/*********************************************************/
/* 投稿タイプフォトスライダー */
/*********************************************************/
.photoslider {
  max-width: 320px;
  margin: 0 auto !important;
}

@media screen and (min-width: 768px) {
  .photoslider {
    width: 100%;
    max-width: 700px;
  }
}

.photoslider:not(:first-child) {
  margin-top: 2em;
}

.tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ラジオボタンを全て消す*/
}

.tabs input[name="tabs__item"] {
  display: none;
}

.tabs__content {
  /*タブ切り替えの中身のスタイル*/
  width: 100%;
  display: none;
  overflow: hidden;
  margin: 3rem 0 0;
}

@media screen and (max-width: 1023px) {
  .tabs__content {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .tabs__content {
    margin: 3rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .tabs__content {
    background: #fff;
    border: 2.5px solid #00a3ff;
    margin: 0 0 3rem;
  }
}

.tabs__item {
  position: relative;
  display: block;
  width: calc(100%/2);
  height: auto;
  font-weight: 600;
  font-size: 1.6rem;
  float: left;
  color: #00a3ff;
  background: #fff;
  text-align: center;
  letter-spacing: .03em;
  padding: 10px 5px;
  border-bottom: 2.5px solid #00a3ff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .tabs__item {
    border-right: 2.5px solid #00a3ff;
  }
  .tabs__item:nth-of-type(odd) {
    border-left: 2.5px solid #00a3ff;
  }
  .tabs__item:nth-of-type(1), .tabs__item:nth-of-type(2) {
    border-top: 2.5px solid #00a3ff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tabs__item {
    border-right: 2.5px solid #00a3ff;
  }
  .tabs__item:nth-of-type(1), .tabs__item:nth-of-type(2), .tabs__item:nth-of-type(3) {
    border-top: 2.5px solid #00a3ff;
  }
  .tabs__item:nth-of-type(1), .tabs__item:nth-of-type(4) {
    border-left: 2.5px solid #00a3ff;
  }
}

@media screen and (min-width: 768px) {
  .tabs__item {
    width: calc(100%/3);
  }
}

@media screen and (min-width: 1024px) {
  .tabs__item {
    width: calc(100%/6 - 2rem);
    height: 80px;
    font-size: 1.7rem;
    border: 2.5px solid #00a3ff;
    border-bottom: none;
    margin: 0 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1065px) {
  .tabs__item {
    font-size: 1.5rem;
  }
}

.tabs__item:hover {
  background: rgba(0, 163, 255, 0.7);
  color: #fff;
}

/*選択されているタブのコンテンツのみを表示*/
#news:checked ~ #news_content,
#products-industrial:checked ~ #products-industrial_content,
#products-home:checked ~ #products-home_content,
#smt-system:checked ~ #smt-system_content,
#auto-warehouse:checked ~ #auto-warehouse_content,
#ir:checked ~ #ir_content,
#products:checked ~ #products_content,
#exhibition:checked ~ #exhibition_content,
#important:checked ~ #important_content,
#all:checked ~ #all_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabs__item {
  background: #00a3ff;
  color: #fff;
}

.tabs-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #00a3ff;
  padding: 15px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (max-width: 1023px) {
  .tabs-card {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .tabs-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 0;
    padding-right: 75px;
    margin: 0 3rem;
  }
  .tabs-card:last-child {
    border-bottom: none;
  }
}

.tabs-card__time {
  font-size: 1.7rem;
  color: #00a3ff;
  letter-spacing: .05em;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.tabs-card__label {
  width: 150px;
  font-size: 1.45rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 157, 255, 0.9)), to(rgba(0, 101, 157, 0.9)));
  background: linear-gradient(90deg, rgba(0, 157, 255, 0.9), rgba(0, 101, 157, 0.9));
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .tabs-card__label {
    margin: 0 20px;
  }
}

.tabs-card__label--news {
  background: #e49300;
}

.tabs-card__label--ir {
  background: #2a00dc;
}

.tabs-card__label--products {
  background: #0089ff;
}

.tabs-card__label--csr {
  background: #00a51f;
}

.tabs-card__label--campaign {
  background: #751eb5;
}

.tabs-card__label--exhibition {
  background: #e4338c;
}

.tabs-card__label--important {
  background: #d02626;
}

.tabs-card__label--report {
  background: #00b9b9;
}

.tabs-card__label--products-home {
  background: #E4338C;
}

.tabs-card__label--products-industrial {
  background: #00A3FF;
}

.tabs-card__label--smt-system {
  background: #007FD5;
}

.tabs-card__label--auto-warehouse {
  background: #83B200;
}

.tabs-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 5px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

@media screen and (min-width: 1024px) {
  .tabs-card__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.7rem;
    margin-top: 0;
  }
}

.tabs-card:hover .tabs-card__title {
  color: #00a3ff;
}

.tabs-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.tabs-card__more:before {
  content: "more";
  font-family: helvetica, arial, sans-serif;
  font-size: 1.4rem;
  color: #7c7c7c;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.tabs-card:hover .tabs-card__more:before {
  color: #00a3ff;
}

@media screen and (max-width: 1023px) {
  .tabs-card__more:before {
    display: none;
  }
}

.tabs-card:hover .tabs-card__time,
.tabs-card:hover .tabs-card__title,
.tabs-card:hover .tabs-card__label {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.form__wrap {
  border: 3px solid #27bcff;
  border-radius: 20px;
  padding: 1.5rem;
}

@media screen and (min-width: 768px) {
  .form__wrap {
    padding: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .form__wrap {
    padding: 8rem;
  }
}

.form__row {
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.form__required, .form__any {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 1rem .5rem 0;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #27bcff;
  border-radius: 5px;
  padding: 7px 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .form__required, .form__any {
    margin: 0 1rem .5rem;
  }
}

.form__any {
  color: #27bcff;
  border: 1px solid #00a3ff;
  background: #fff;
}

.form__item {
  width: 100%;
  color: #333;
  position: relative;
  margin: 3px 0;
}

.form__item:first-child {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .form__item:first-child {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .form__item:first-child {
    width: 30%;
  }
}

.form__item--select {
  position: relative;
}

.form__item--select:before, .form__item--select:after {
  position: absolute;
  display: none;
  content: "";
}

.form__item--select:before {
  top: 27px;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #27bcff transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .form__item--select:before {
    right: 9px;
  }
}

@media screen and (min-width: 768px) {
  .form__item--radio span.mwform-radio-field.vertical-item {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .form__item--norequired {
    padding-left: 7rem;
    width: calc(44% - 3rem) !important;
  }
}

.form__policy {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #7c7c7c;
  padding: 15px 20px;
  margin: 2rem 0;
}

.form__text, .form__textarea, .form__number, .form__email, .form__select, .form__zip {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #00a3ff;
  background: #fff;
  outline: 0;
}

.form__text, .form__number, .form__email, .form__select, .form__zip {
  height: 50px;
}

.form__select {
  cursor: pointer;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  border-radius: 5px;
  text-overflow: '';
}

.form__add {
  margin-left: 1rem;
}

.form__check {
  display: none;
}

.form__check:checked + .mwform-radio-field-text:before {
  opacity: 1;
}

.form__check:checked + .mwform-checkbox-field-text:before {
  background: #27bcff;
}

.form__check:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.form__radio {
  display: none;
}

.form__radio:checked + .mwform-radio-field-text {
  font-weight: bold;
  color: #fff;
  background: #27bcff;
}

.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #00a3ff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  border-radius: 5px;
  padding: 0 5px;
}

.form .mwform-radio-field-text:hover {
  font-weight: bold;
  color: #fff;
  background: #27bcff;
}

.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 20px;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .form .mwform-checkbox-field-text {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .form .mwform-checkbox-field-text {
    padding: 0px 30px 0 40px;
  }
}

.form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #27bcff;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .form .mwform-checkbox-field-text:before {
    top: 2px;
    width: 30px;
    height: 30px;
  }
}

.form .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .form .mwform-checkbox-field-text:after {
    top: 6px;
    left: 10px;
    width: 10px;
    height: 15px;
  }
}

.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}

.form__image {
  width: 100%;
}

.form__checkbox--region:after {
  border-radius: 5px;
}

.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #27bcff;
  border-bottom: 3px solid #27bcff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form__button, .form__back, .form__submit {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #27bcff;
  padding: 18px 30px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .form__button, .form__back, .form__submit {
    max-width: 430px;
  }
}

.form__button:hover, .form__back:hover, .form__submit:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .form--block .form__row {
    display: block;
  }
}

.form--block .form__item:first-child {
  width: 100%;
}

.mw-wp-form_image img {
  max-width: 100%;
  height: auto;
}

span.mwform-radio-field.vertical-item {
  display: block;
  width: 100%;
}

span.mwform-radio-field.vertical-item:last-child {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  span.mwform-radio-field.vertical-item {
    display: inline-block;
    width: 50%;
    padding-right: 10px;
  }
}

.form__item--radiolong span.mwform-radio-field.vertical-item {
  display: block;
  width: 100% !important;
}

.form__item--radiolong .mwform-radio-field-text {
  min-height: 50px;
  height: auto;
}

span.mwform-checkbox-field.vertical-item {
  display: inline-block;
}

.form-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-birth__item {
  position: relative;
  display: block;
  width: 100%;
}

.form-birth__item:before, .form-birth__item:after {
  position: absolute;
  display: block;
  content: "";
}

.form-birth__item:before {
  color: #fff;
  text-align: center;
  line-height: 50px;
  top: 0;
  right: 0;
  height: 50px;
  width: 30px;
  background: #27bcff;
  z-index: 0;
  pointer-events: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (min-width: 768px) {
  .form-birth__item:before {
    width: 50px;
  }
}

.form-birth__item:after {
  top: 27px;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

@media screen and (min-width: 768px) {
  .form-birth__item:after {
    right: 9px;
  }
}

.form-birth--year, .form-birth--month {
  margin-right: 1rem;
}

.form-text-link {
  color: #00a3ff;
  text-decoration: underline;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.form-text-link:hover {
  opacity: .8;
}

.pryvacy-consent {
  text-align: center;
}

.pryvacy-consent .mwform-checkbox-field-text {
  display: inline-block;
}

.mw_wp_form_preview .form__item--select:before,
.mw_wp_form_preview .form__item--select:after,
.mw_wp_form_preview .form-birth__item:before,
.mw_wp_form_preview .form-birth__item:after {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #bcbcbc;
}

::-moz-placeholder {
  color: #bcbcbc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bcbcbc;
}

.mw_wp_form_preview .pryvacy-consent {
  display: none;
}

.page-id-5036 .form-text-box,
.page-id-4418 .form-text-box {
  display: none;
}

.page-id-5043 .form-text-box,
.page-id-4405 .form-text-box {
  display: none;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

.mce-content-body {
  max-width: 1200px;
  margin: 0 auto;
  background-image: repeating-linear-gradient(0deg, #fff, #c7eaff 600px, #fff 900px);
}

.gothic {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "STXihei", "Microsoft YaHei", "微软雅黑", 'SimSun', "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴシック Pro', 游ゴシック体, "Yu Gothic", YuGothic, "メイリオ", sans-serif;
}

.gothic-en {
  font-family: helvetica, arial, sans-serif;
}

.main-img {
  display: block;
  height: 315px;
  background-image: url(../images/hero_btn-sp-cn.png);
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .main-img {
    height: 450px;
    background-image: url(../images/hero_btn-tab-cn.png);
  }
}

@media screen and (min-width: 1024px) {
  .main-img {
    height: 500px;
    background: url(../images/hero_btn-pc-cn.png) 50% 50%/cover;
  }
}

.img-wrapper {
  width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-footer {
  text-align: center;
  margin-top: 3rem;
}
